224 research outputs found

    A programme for risk assessment and minimisation of progressive multifocal leukoencephalopathy developed for vedolizumab clinical trials

    Get PDF
    Introduction Over the past decade, the potential for drug-associated progressive multifocal leukoencephalopathy (PML) has become an increasingly important consideration in certain drug development programmes, particularly those of immunomodulatory biologics. Whether the risk of PML with an investigational agent is proven (e.g. extrapolated from relevant experience, such as a class effect) or merely theoretical, the serious consequences of acquiring PML require careful risk minimisation and assessment. No single standard for such risk minimisation exists. Vedolizumab is a recently developed monoclonal antibody to α4β7 integrin. Its clinical development necessitated a dedicated PML risk minimisation assessment as part of a global preapproval regulatory requirement. Objective The aim of this study was to describe the multiple risk minimisation elements that were incorporated in vedolizumab clinical trials in inflammatory bowel disease patients as part of the risk assessment and minimisation of PML programme for vedolizumab. Methods A case evaluation algorithm was developed for sequential screening and diagnostic evaluation of subjects who met criteria that indicated a clinical suspicion of PML. An Independent Adjudication Committee provided an independent, unbiased opinion regarding the likelihood of PML. Results Although no cases were detected, all suspected PML events were thoroughly reviewed and successfully adjudicated, making it unlikely that cases were missed. Conclusion We suggest that this programme could serve as a model for pragmatic screening for PML during the clinical development of new drugs

    Practical probabilistic programming with monads

    Get PDF
    The machine learning community has recently shown a lot of interest in practical probabilistic programming systems that target the problem of Bayesian inference. Such systems come in different forms, but they all express probabilistic models as computational processes using syntax resembling programming languages. In the functional programming community monads are known to offer a convenient and elegant abstraction for programming with probability distributions, but their use is often limited to very simple inference problems. We show that it is possible to use the monad abstraction to construct probabilistic models for machine learning, while still offering good performance of inference in challenging models. We use a GADT as an underlying representation of a probability distribution and apply Sequential Monte Carlo-based methods to achieve efficient inference. We define a formal semantics via measure theory. We demonstrate a clean and elegant implementation that achieves performance comparable with Anglican, a state-of-the-art probabilistic programming system.The first author is supported by EPSRC and the Cambridge Trust.This is the author accepted manuscript. The final version is available from ACM via http://dx.doi.org/10.1145/2804302.280431

    Performing television history

    Get PDF
    An expanded conception of performance study can disturb current theoretical and historical assumptions about television’s medial identity. The article considers how to write histories of the dominant forms and assumptions about performance in British and American television drama, and analyses how acting is situated in relation to the multiple meaning-making components of television. A longitudinal, wide-ranging analysis is briefly sketched to show that the concept of performance, from acting to the display of television’s mediating capability, can extend to the analysis of how the television medium ‘performed’ its own identity to shape its distinctiveness in specific historical circumstances

    Probabilistic machine learning and artificial intelligence.

    Get PDF
    How can a machine learn from experience? Probabilistic modelling provides a framework for understanding what learning is, and has therefore emerged as one of the principal theoretical and practical approaches for designing machines that learn from data acquired through experience. The probabilistic framework, which describes how to represent and manipulate uncertainty about models and predictions, has a central role in scientific data analysis, machine learning, robotics, cognitive science and artificial intelligence. This Review provides an introduction to this framework, and discusses some of the state-of-the-art advances in the field, namely, probabilistic programming, Bayesian optimization, data compression and automatic model discovery.The author acknowledges an EPSRC grant EP/I036575/1, the DARPA PPAML programme, a Google Focused Research Award for the Automatic Statistician and support from Microsoft Research.This is the author accepted manuscript. The final version is available from NPG at http://www.nature.com/nature/journal/v521/n7553/full/nature14541.html#abstract

    Probabilistic Programming

    Get PDF
    Probabilistic programs are usual functional or imperative programs with two added constructs: (1) the ability to draw values at random from distributions, and (2) the ability to condition values of variables in a program via observations. Models from diverse application areas such as computer vision, coding theory, cryptographic protocols, biology and reliability analysis can be written as probabilistic programs. Probabilistic inference is the problem of computing an explicit representation of the probability distribution implicitly specified by a probabilistic program. Depending on the application, the desired output from inference may vary-we may want to estimate the expected value of some function f with respect to the distribution, or the mode of the distribution, or simply a set of samples drawn from the distribution. In this paper, we describe connections this research area called \Probabilistic Programming" has with programming languages and software engineering, and this includes language design, and the static and dynamic analysis of programs. We survey current state of the art and speculate on promising directions for future research
    • …
    corecore